home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / dev / amos / AMOSL0495.lzh / AMOSLIST / 000086_amos-request@svcs1.digex.net_Thu Apr 20 11:41:46 1995.msg < prev    next >
Internet Message Format  |  1995-05-01  |  5KB

  1. Received: from svcs1.digex.net by nfs1.digex.net with SMTP id AA25229
  2.   (5.67b8/IDA-1.5); Thu, 20 Apr 1995 11:41:43 -0400
  3. Received: by svcs1.digex.net id AA05677
  4.   (5.67b8/IDA-1.5 for amos-out); Thu, 20 Apr 1995 04:50:55 -0400
  5. Received: from nfs1.digex.net by svcs1.digex.net with SMTP id AA05665
  6.   (5.67b8/IDA-1.5 for <amos@svcs1.digex.net>); Thu, 20 Apr 1995 04:50:51 -0400
  7. Received: from eros.Britain.EU.net by nfs1.digex.net with SMTP id AA04677
  8.   (5.67b8/IDA-1.5 for <amos-list@access.digex.net>); Thu, 20 Apr 1995 04:50:46 -0400
  9. Received: from eurotherm.co.uk by eros.britain.eu.net with UUCP 
  10.           id <sg.07338-0@eros.britain.eu.net>; Thu, 20 Apr 1995 09:49:26 +0100
  11. Received: from keeper.controls.eurotherm.co.uk by m17.controls.eurotherm.co.uk;
  12.           Thu, 20 Apr 95 08:04:16 GMT
  13. Received: from m17.controls.eurotherm.co.uk by keeper.eurotherm.co.uk;
  14.           Thu, 20 Apr 95 08:03:13 GMT
  15. Message-Id: <9364.9504200804@m17.controls.eurotherm.co.uk>
  16. Received: from dab.controls.eurotherm.co.uk by m17.controls.eurotherm.co.uk;
  17.           Thu, 20 Apr 95 08:04:12 GMT
  18. Sender: paulhi <paulhi@ecl.etherm.co.uk>
  19. From: Paul Hickman <paul.hickman@ecl.etherm.co.uk>
  20. Organization: Eurotherm Controls Limited
  21. To: amos-list@access.digex.net
  22. Date: Thu, 20 Apr 1995 09:05:06 0
  23. Subject: Re: Bits and Pieces + IFF Sample Converter
  24. Reply-To: paul.hickman@ecl.etherm.co.uk
  25. Priority: normal
  26. X-Mailer: Pegasus Mail/Windows (v1.22)
  27. Status: O
  28. X-Status: 
  29.  
  30.  
  31.  
  32.  
  33.  
  34. >  
  35. > Are there any printable docs files for the Easylife extension? .Guide files are
  36. > all very nice, but you can only print one 'page' at a time, and being a
  37. > technophobe, I'd much rather have it on paper. (You can look at the
  38. > instructions at the same time as the offending code).
  39. >  
  40. I've never bothered to enough paper to try to print them! There are 
  41. guide to plain text converters available on aminet somewhere in the 
  42. text sub-directory.
  43.  
  44. > BTW: Easylife is definitely one of the most useful extensions around, but I
  45. > can't seem to find the command "El Kitchen Sink" anywhere ...
  46. >  
  47. See chapter 8, "Life, the Universe & Everything commands".
  48. P.s. There is no space between "El" and "Kitchen".
  49.  
  50. >                            -=================-
  51. >  
  52. > Music and AmosPro: I'd like to be able to have music and samples at the same
  53. > time. Unfortunately this doesn't seem to be possible with Mods, and Meds, so
  54. > how can it be done? (And please don't suggest the Amos Music format, I've tried
  55. > that and the "converter" that I had to convert from Mod to Amos format
  56. > butchered the tunes horribly.)
  57.  
  58. Buy two amigas. (Or try Paul Reeces EME extension)
  59.  
  60. >  
  61. >                            -=================-
  62. >  
  63. > This isn't much of a problem but a "WHY?" instead.
  64. >  
  65. > a = (320-Gr Length( title$ ))/2
  66. >  
  67. > doesn't work, while
  68. >  
  69. > tl = Gr Length( title$ )
  70. > a = (320-tl)/2
  71. >  
  72. > does. I haven't got a real problem with the way that Amos does this (I know
  73. > about it after all). I'd just like to know why it does it. What strange methods
  74. > does AmosPro use to pass variables around? Why does it pass them around in this
  75. > way?
  76. >  
  77. Erm, isn't "Gr Length" supposed to be "Text Length"? If so, this is a 
  78. known bug with that particular command.
  79.  
  80. >                            -=================-
  81. >  
  82. > Is there anyway to force AmosPro to NOT perform it's string tidying functions?
  83. > Even for only a limited amount of time, this would be very useful.
  84. >  
  85. Don't use any strings! (it is the only way). Easylife structured 
  86. variables are safe from the garbage collector though.
  87. >                            -=================-
  88. >  
  89. > Is the only difference between AmosPro compiled code for WB and for CLI that
  90. > one is auto detaching?
  91. >
  92. The WB version includes code to reply to the WB Message that 
  93. workbench sends to all programs it starts.  
  94. >                            -=================-
  95. >  
  96.  
  97. On the subject of raw to IFF sample conversion, load them into a 
  98. recent version of octamed (3.00+ I think), then select Save samples 
  99. as IFF from the sample editor, and save them again. However, the
  100. only difference between raw & IFF is the IFF version has a 72 byte
  101. header containing the looping positions & the usual IFF FORM & 8SVX
  102. stuff to identify it as an IFF sample.
  103. --------------------------------------------------------
  104.  WORK: Eurotherm Controls, Worthing                     
  105.  Email: paul.hickman@controls.eurotherm.co.uk           
  106.                                                         
  107.  UNIVERSITY: Imperial College, London                      
  108.  Email: ph@doc.ic.ac.uk                                 
  109. --------------------------------------------------------